func testing.pcToName

3 uses

	testing (current package)
		testing.go#L630: 				c.helperNames[pcToName(pc)] = struct{}{}
		testing.go#L1215: 	return pcToName(pc[0])
		testing.go#L1218: func pcToName(pc uintptr) string {